'Declaration
Public Overloads Sub Subscribe( _ ByVal active As Boolean, _ ByVal mappings As IEnumerable(Of UAMapping) _ )
'Usage
Dim instance As UAClientMapper Dim active As Boolean Dim mappings As IEnumerable(Of UAMapping) instance.Subscribe(active, mappings)
public void Subscribe( bool active, IEnumerable<UAMapping> mappings )
public: void Subscribe( bool active, IEnumerable<UAMapping^>^ mappings )
Parameters
- active
true
to subscribe;false
to unsubscribe.- mappings
- The mappings to be operated upon.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).